home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
supervw_lib_82.lha
/
superview-lib
/
Programmers
/
Example_SVDrivers
/
ECS
/
ecs.h
next >
Wrap
C/C++ Source or Header
|
1994-09-10
|
317b
|
22 lines
/* ecs.h
- Include File for ECS Support Routines -
(c) 1994 by Andreas R. Kleinert
Last changes : 05.03.1994
*/
#ifndef ECS_H
#define ECS_H
#ifndef GRAPHICS_VIEW_H
#include <graphics/view.h>
#endif /* GRAPHICS_VIEW_H */
/* some useful Defines */
#define ColorAcc(x) (1<<(x))
#endif /* ECS_H */